home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / interp / perl-5.003.tar.gz / perl-5.003.tar / perl-5.003 / hints / irix_6_2.sh < prev    next >
Text File  |  1996-03-25  |  1KB  |  29 lines

  1. # irix_6_2.sh
  2. # from Krishna Sethuraman, krishna@sgi.com
  3. # Date: Tue Aug 22 00:38:26 PDT 1995
  4. # removed -ansiposix and -D_POSIX_SOURCE cuz it was choking
  5.  
  6. # Perl built with this hints file under IRIX 6.2 passes
  7. # all tests (`make test').
  8.  
  9. ld=ld
  10. i_time='define'
  11. cc="cc -32"
  12. ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -Olimit 3000"
  13. #ccflags="$ccflags -Olimit 3000" # this line builds perl but not tk (beta 8)
  14. lddlflags="-32 -shared"
  15. # Configure would suggest the default -Kpic, which won't work for SGI.
  16. # Configure will respect this blank hint value instead.
  17. cccdlflags=' '
  18.  
  19. # We don't want these libraries.  Anyone know why?
  20. set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
  21. shift
  22. libswanted="$*"
  23. # Don't need sun crypt bsd PW under 6.2.  You *may* need to link
  24. # with these if you want to run perl built under 6.2 on a 5.3 machine
  25. # (I haven't checked)
  26. #set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /'`
  27. #shift
  28. #libswanted="$*"
  29.